\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Remove Method / Remove(Int32[]) Method

In This Topic
    Remove(Int32[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal indices() As System.Integer _
    ) 
    public void Remove( 
       System.int[] indices
    )

    Parameters

    indices
    See Also